| Name | Description | |
|---|---|---|
![]() | PDFPath Constructor | Initializes a new PDFPath object. |
The following tables list the members exposed by PDFPath.
| Name | Description | |
|---|---|---|
![]() | PDFPath Constructor | Initializes a new PDFPath object. |
| Name | Description | |
|---|---|---|
![]() | addArc | Adds an arc to path. |
![]() | addBezierTo | Adds a cubic Bezier curve to current sub-path. |
![]() | addBezierToRelative | Adds a cubic Bezier curve to current sub-path. The positions are relative to current path point. |
![]() | addEllipse | Adds an ellipse to path. |
![]() | addLineTo | Adds a line at the end of current sub-path. |
![]() | addLineToRelative | Adds a line at the end of current sub-path. The position is relative to current path point. |
![]() | addPath | Adds a path at the end of current path. |
![]() | addPolyBezierTo | Adds a series of connected Bezier curves to current sub-path. |
![]() | addPolygon | Adds a polygon to path. |
![]() | addPolyLineTo | Adds a series of connected lines at the end of current sub-path. |
![]() | addRectangle | Adds a rectangle to path. |
![]() | addRoundRectangle | Adds a rounded rectangle to path. |
![]() | closeSubpath | Closes the current sub-path. |
![]() | getBounds | Gets the path bounds. |
![]() | getCurrentPoint | Gets the current point on the path. |
![]() | getStream | This method supports the internal library infrastructure and should not be used by external client code. |
![]() | startSubpath | Creates a new sub-path at the given position. |
![]() | startSubpathRelative | Creates a new sub-path at the given position. The start position is relative to current path point. |
![]() | zInternalMethod35 | This method supports the internal library infrastructure and should not be used by external client code. |
![]() | zInternalMethod36 | This method supports the internal library infrastructure and should not be used by external client code. |
![]() | zInternalMethod37 | This method supports the internal library infrastructure and should not be used by external client code. |
![]() | zInternalMethod38 | This method supports the internal library infrastructure and should not be used by external client code. |
![]() | zInternalMethod39 | This method supports the internal library infrastructure and should not be used by external client code. |
![]() | zInternalMethod40 | This method supports the internal library infrastructure and should not be used by external client code. |